home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / msivt3.zip / MSIVT3.DOC < prev    next >
Text File  |  1991-03-18  |  5KB  |  99 lines

  1.    MS-DOS KERMIT DEC KEYBOARD SETUPS FOR THE IBM PC, PS/2, AND COMPATIBLES
  2.  
  3.  
  4. The IBM PC version of MS-DOS Kermit comes with a default mapping of VT
  5. terminal functions to IBM keys, as documented in "Using MS-DOS Kermit"
  6. (Christine M. Gianone, Digital Press), and in the file MSVIBM.VT.  These
  7. mappings are in effect during terminal emulation, not at the MS-Kermit>
  8. command prompt, and not outside of Kermit.
  9.  
  10. Kermit's default mappings do not include the DEC LK201 (VT200, VT300) keyboard
  11. function (F) keys or editing keys (Insert Here, Remove, Select, etc), so you
  12. will not be able to use host-resident applications that expect you to press
  13. these keys unless you execute Kermit SET KEY commands to make these assigments.
  14.  
  15. Kermit's repertoire of "keyboard verbs" includes verbs for all DEC keyboard
  16. keys: F-keys, Editing keys, Arrow keys, and so on.  The file MSIVT3.INI
  17. contains SET KEY commands that set up both types of IBM keyboard (88-key and
  18. 101-key) to resemble the DEC keyboard as closely as possible.  The layout for
  19. the 101 "Extended" (PS/2) keyboard is very similar to the DEC keyboard, except
  20. for the F-keys.  DEC F keys go up to 20, but the IBM-101 only has 12 F keys.
  21.  
  22. The IBM-88 keyboard is harder to lay out because it lacks an editing keypad,
  23. and has only 10 F keys.
  24.  
  25. The settings for the numeric keypad work no matter whether you have Num Lock
  26. On or Off.  The top rank of the numeric keypad cannot be used for the DEC
  27. Gold and PF keys because the Num Lock key, which does not generate a scan code
  28. when you press it, occupies the position of the DEC Gold (PF1) key.
  29.  
  30. To put the DEC keyboard settings into effect, issue the command TAKE
  31. MSIVT3.INI at the MS-Kermit> prompt, or put this command into your
  32. MSKERMIT.INI file to make it take effect automatically whenever you start
  33. Kermit.  To restore Kermit's default key settings, issue the command SET KEY
  34. CLEAR.
  35.  
  36. Here are the assignments made by MSIVT3.INI.  If they do not suit your tastes,
  37. feel free to modify MSIVT3.INI to create your own key settings file.
  38.  
  39.                  DEC LK201 Key          IBM 88 Key            IBM 101 Key
  40. Top Rank:
  41.                  Hold Screen            Ctrl-F1               Ctrl-F1
  42.          Print Screen           Ctrl-F2               Ctrl-F2
  43.          Set-Up                 Ctrl-F3               Ctrl-F3
  44.          F4                     No definition         No definition
  45.          Break                  Ctrl-F5               F5
  46.          F6                     Ctrl-F6               F6
  47.          F7                     Ctrl-F7               F7
  48.          F8                     Ctrl-F8               F8
  49.          F9                     Ctrl-F9               F9
  50.          F10                    Ctrl-F10              F10
  51.          F11 (ESC)              Alt-F1                F11
  52.          F12 (BS)               Alt-F2                F12
  53.          F13 (LF)               Alt-F3                Shift-F5
  54.          F14                    Alt-F4                Shift-F6
  55.          Help                   Alt-F5                Shift-F7
  56.          Do                     Alt-F6                Shift-F8
  57.          F17                    Alt-F7                Shift-F9
  58.          F18                    Alt-F8                Shift-F10
  59.          F19                    Alt-F9                Shift-F11
  60.          F20                    Alt-F10               Shift-F12
  61. Numeric Keypad (NK):
  62.          PF1 (Gold)             F1                    F1
  63.          PF2                    F2                    F2
  64.          PF3                    Shift-F1              F3
  65.          PF4                    Shift-F2              F4
  66.          7                      F3                    NK 7
  67.          8                      F4                    NK 8
  68.          9                      Shift-F3              NK 9
  69.          4                      F5                    NK 4
  70.          5                      F6                    NK 5
  71.          6                      Shift-F5              NK 6
  72.          1                      F7                    NK 7
  73.          2                      F8                    NK 8
  74.          3                      Shift-F7              NK 9
  75.                  0                      F9, F10               NK 0
  76.          -                      Shift-F4              NK -
  77.          ,                      Shift-F6              NK +
  78.          .                      Shift-F9              NK .
  79.          Enter                  Shift-F8, S-F10       NK Enter
  80. Editing Keypad:
  81.          Find                   Home        (NK 7)    Gray Home
  82.          Insert Here            Ins         (NK 0)    Gray Ins
  83.          Remove                 Del         (NK .)    Gray Delete
  84.          Select                 End         (NK 1)    Gray End
  85.          Prev Screen            PgUp        (NK 9)    Gray Page Up
  86.          Next Screen            PgDn        (NK 3)    Gray Page Down
  87.          Up-Arrow               Up-Arrow    (NK 8)    Gray Up-Arrow
  88.          Left-Arrow        Left-Arrow  (NK 4)    Gray Left-Arrow
  89.          Down-Arrow        Down-Arrow  (NK 2)    Gray Down-Arrow
  90.          Right-Arrow        Right-Arrow (NK 6)    Gray Right-Arrow
  91.  
  92. Compose: To compose a special character on the PC Keyboard with Kermit, use
  93. any of the standard DOS mechanisms: Hold down the Alt key and press 1 to 3
  94. digits on the numeric keypad (representing the decimal code value of the
  95. character in the PC's current code page), then let go of the Alt key.  Or use
  96. a national keyboard or keyboard driver.
  97.  
  98. (End of MSIVT3.DOC)
  99.